Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated after all, and in fact
authorTor Lillqvist <tml@novell.com>
Sun, 27 Mar 2005 19:20:51 +0000 (19:20 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sun, 27 Mar 2005 19:20:51 +0000 (19:20 +0000)
2005-03-27  Tor Lillqvist  <tml@novell.com>

* configure.in: Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated
after all, and in fact necessary with HEAD libtool.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
configure.in

index bbd2c8ecffb221cfc523efcaf910df8f2d85c8ec..7dccdcc4548fae4b414ecf7576443d50c2749d38 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-03-27  Tor Lillqvist  <tml@novell.com>
+
+       * configure.in: Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated
+       after all, and in fact necessary with HEAD libtool.
+
 2005-03-26  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/*.c: 
index bbd2c8ecffb221cfc523efcaf910df8f2d85c8ec..7dccdcc4548fae4b414ecf7576443d50c2749d38 100644 (file)
@@ -1,3 +1,8 @@
+2005-03-27  Tor Lillqvist  <tml@novell.com>
+
+       * configure.in: Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated
+       after all, and in fact necessary with HEAD libtool.
+
 2005-03-26  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/*.c: 
index bbd2c8ecffb221cfc523efcaf910df8f2d85c8ec..7dccdcc4548fae4b414ecf7576443d50c2749d38 100644 (file)
@@ -1,3 +1,8 @@
+2005-03-27  Tor Lillqvist  <tml@novell.com>
+
+       * configure.in: Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated
+       after all, and in fact necessary with HEAD libtool.
+
 2005-03-26  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/*.c: 
index 31e2ec7f009d3ce58f3d58c18f253a888e1f1518..fec169aa1eb1a0ee7fb05ae6f37e535fb925615a 100644 (file)
@@ -145,6 +145,7 @@ if test "$os_win32" = "yes"; then
   enable_shared=yes
 fi
 
+AC_LIBTOOL_WIN32_DLL
 AM_PROG_LIBTOOL
 
 # Make sure we use 64-bit versions of various file stuff.